testing.common.inFuzzFn (field)

4 uses

	testing (current package)
		fuzz.go#L326: 		f.common.inFuzzFn, f.inFuzzFn = true, true
		fuzz.go#L346: 		f.common.inFuzzFn, f.inFuzzFn = false, false
		testing.go#L639: 	inFuzzFn    bool                 // Whether the fuzz target, if this is one, is running.
		testing.go#L719: 	if c.inFuzzFn {